PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / getEnableFormsFill Method
In This Topic
    getEnableFormsFill Method
    In This Topic
    Gets a value indicating whether the user can fill in form fields.
    This property is valid only for security handlers that use 128 bit keys.
    Syntax
    public boolean getEnableFormsFill()

    Return Value

    True if the user can fill in existing interactive form fields (including signature fields), even if getEnableAnnotationsAndFieldsEdit is not set.
    See Also